home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1993
/
Internet Info CD-ROM (Walnut Creek) (1993).iso
/
_bbs
/
rbbstool
/
all.bat
< prev
next >
Wrap
DOS Batch File
|
1994-07-11
|
539b
|
25 lines
rem this is where the actual files live
set cdrom=m:
rem this is where you want your index files (full path, with drive)
set output=m:\_bbs\rbbs
set in_type=opus
del logfile
del ..\logfile
echo y | del %output%\*.*
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit2
type header1 > %output%\all.dir
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit3
type makefidx.1 > makefidx.cfg
%cdrom%\_bbs\each_dir 1 \_bbs\dirs.txt doit4
type makefidx.2 >> makefidx.cfg
set cdrom=
set output=
set in_type=
call makeffs